alter table "Supplier" drop column "Telephone",
drop column "DeliveryLocationPrimary",
drop column "DeliveryLocationSecondary",
drop column "TinNumber",
drop column "CstNumber";

--------------


alter table "Supplier" add column "ContactPersonName" text,
add column "DrugLicense" text,
add column "GSTNo" text;

-----------------